home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 12511500 / var1461.dms / var1461.adf / CopperDraw / CopperDraw.c < prev    next >
Text File  |  1992-05-18  |  4KB  |  99 lines

  1. /***********************************************************/
  2. /*                                                         */
  3. /* Amiga C Encyclopedia (ACE) V3.0      Amiga C Club (ACC) */
  4. /* -------------------------------      ------------------ */
  5. /*                                                         */
  6. /* Book:    ACM Graphics                Amiga C Club       */
  7. /* Chapter: Copper                      Tulevagen 22       */
  8. /* File:    CopperDraw.c                181 41  LIDINGO    */
  9. /* Author:  Anders Bjerin               SWEDEN             */
  10. /* Date:    92-04-15                                       */
  11. /* Version: 1.00                                           */
  12. /*                                                         */
  13. /*   Copyright 1992, Anders Bjerin - Amiga C Club (ACC)    */
  14. /*                                                         */
  15. /* Registered members may use this program freely in their */
  16. /*     own commercial/noncommercial programs/articles.     */
  17. /*                                                         */
  18. /***********************************************************/
  19.  
  20. /* Copper Draw is an extremely useful utility when you want  */
  21. /* to create Copper lists. You have at all time full control */
  22. /* over what you are doing and you will immediately see how  */
  23. /* your copper list changes as you modify it.                */
  24. /*                                                           */
  25. /* Copper Draw was written to be as easy as possible to use, */
  26. /* and is fully amigaized. It can create copperlists for all */
  27. /* colour registers, and when you quit the program will      */
  28. /* automatically write the copper list in C code that can    */
  29. /* be included and compiled together with your programs.     */
  30. /*                                                           */
  31. /* CopperDraw is using linked lists and can therefore handle */
  32. /* as many copper instructions as you want. All memory and   */
  33. /* other resources are (of course) returned when the program */
  34. /* terminates, and the program follows all rules.            */
  35. /*                                                           */
  36. /* This program is a part of the "Amiga C Encyclopedia", the */
  37. /* largest C collection of information, programs, examples,  */
  38. /* and utilities for the Amiga. I have spend more than four  */
  39. /* years on writing and improving these manuals, and with    */
  40. /* your help I can continue to make it even better!          */
  41. /*                                                           */
  42. /* See file "CopperDraw.doc" for complete instructions.      */
  43.  
  44. I am sorry but this file is only available for registered
  45. members. 
  46.  
  47. The registration fee is only £30, $60, SEK 300, or similar
  48. amount in your own currency (price includes everything). The
  49. Amiga C Encyclopedia is the largest collection of documents,
  50. examples and utilities in C for the Amiga and it is still among
  51. the cheapest manuals. But this is not all, a registered owner
  52. will also get:
  53.  
  54.   1. Two disks containing the last parts of the encyclopedia.
  55.      The disks will be sent by first class air mail.
  56.  
  57.   2. Registration card for the Amiga C Club (ACC).
  58.  
  59.   3. Immediate information about updates.
  60.  
  61.   4. Updated versions of the encyclopedia for only the cost of
  62.      disks plus postage and packing.
  63.  
  64.   5. Assistance with digitizing colour pictures and sampling
  65.      sound effects.
  66.  
  67.   6. Unlimited help with your C programs. You never have to be
  68.      alone with your problems.
  69.  
  70.   7. The right to use parts of the manual in your own
  71.      commercial/non-commercial programs/articles.
  72.  
  73. Can any other manual give you all this???
  74.  
  75. The simplest way of paying is to include the money in a letter
  76. in cash. US dollar bills, English pounds or Swedish SEK are
  77. preferred, but all currencies are accepted. You can also send
  78. the money as a "Postal Money Order", ask your local bank or
  79. post office. Please do not use cheques. It is sadly extremely
  80. expensive to cash a foreign cheque here in Sweden.
  81.  
  82. If you live in Scandinavia you can send the money to "Svenska
  83. Post Girot, postgiro konto: 641 88 30 - 3, betalnings-
  84. mottagare: Datra".
  85.  
  86. Please send the registration fee together with your complete
  87. address to:
  88.  
  89.   Datra, Amiga C Club
  90.   Anders Bjeri
  91.   Tulevagen 22
  92.   181 41  LIDINGO
  93.   SWEDEN
  94.  
  95. I have worked for more than four years now with this
  96. encyclopedia, and with your help I can continue to improve it.
  97.  
  98. Happy programming!!!
  99.